Blazor コントロール
GetLoadedItems(Nullable<Int32>,Nullable<Int32>) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1VirtualDataCollection<T> クラス > GetLoadedItems メソッド : GetLoadedItems(Nullable<Int32>,Nullable<Int32>) メソッド
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count - 1.
Returns all the items that has be loaded so far.
シンタックス
'宣言
 
Public Overloads Function GetLoadedItems( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex
)

パラメータ

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count - 1.
参照

C1VirtualDataCollection<T> クラス
C1VirtualDataCollection<T> メンバ
オーバーロード一覧